Click or drag to resize

AutodiscoverException Class

Contains an Autodiscover error response.
Inheritance Hierarchy
SystemObject
  SystemException
    Independentsoft.Exchange.AutodiscoverAutodiscoverException

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AutodiscoverException : Exception

The AutodiscoverException type exposes the following members.

Properties
  NameDescription
Public propertyCode
Contains the error code for an error Autodiscover response.
Public propertyData (Inherited from Exception.)
Public propertyDebugData
Contains the debug data for an error Autodiscover response.
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyId
Represents a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage
Contains the error message for an error Autodiscover response.
(Overrides ExceptionMessage.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Public propertyTime
Represents the time when the error response was returned.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current AutodiscoverException object to its equivalent string representation.
(Overrides ExceptionToString.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also